getMediaFile

abstract fun getMediaFile(): File

Returns the underlying java.io.File object for the media associated with this source. This provides access to the actual file on the filesystem.

Return

The java.io.File representing the media file, or null if not applicable.